object FrmSendSplit: TFrmSendSplit Left = 276 Top = 122 BorderIcons = [] BorderStyle = bsSingle Caption = 'Many Recipients' ClientHeight = 304 ClientWidth = 331 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 12 Top = 14 Width = 296 Height = 80 Caption = 'This message has many recipients and may be '#13#10'rejected by your S' + 'MTP server. You can split it into '#13#10'several messages instead to ' + 'ensure delivery.'#13#10'Each generated message will be identical to th' + 'e'#13#10'original message you intended to send.' end object Label2: TLabel Left = 24 Top = 112 Width = 168 Height = 16 Caption = 'Current number of recipients:' end object LblRecipients: TLabel Left = 210 Top = 112 Width = 7 Height = 16 Caption = '0' end object Label3: TLabel Left = 24 Top = 134 Width = 184 Height = 16 Caption = 'Create multiple messages with:' end object Label4: TLabel Left = 136 Top = 160 Width = 141 Height = 16 Caption = 'recipients per message' end object LblMessages: TLabel Left = 246 Top = 186 Width = 7 Height = 16 Caption = '0' end object Label6: TLabel Left = 24 Top = 186 Width = 208 Height = 16 Caption = 'Approximate number of messages:' end object Label5: TLabel Left = 12 Top = 216 Width = 255 Height = 32 Caption = 'If you split this message, use Send Queued'#13#10'Messages from main w' + 'indow to send.' end object EditAmount: TElSpinEdit Left = 50 Top = 156 Width = 77 Height = 24 Cursor = crIBeam UseCustomScrollBars = True NotifyUserChangeOnly = True Value = 1 MaxValue = 1000000 MinValue = 1 TopMargin = 2 RightMargin = 1 BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom] OnChange = EditAmountChange ActiveBorderType = fbtFlat BorderStyle = bsSingle Ctl3D = True Flat = True LineBorderActiveColor = clBlack LineBorderInactiveColor = clBlack ParentColor = False ParentCtl3D = False TabOrder = 0 end object BtnSplit: TButton Left = 86 Top = 264 Width = 122 Height = 29 Caption = '&Split Message' Default = True ModalResult = 1 TabOrder = 1 end object BtnCancel: TButton Left = 220 Top = 264 Width = 99 Height = 29 Cancel = True Caption = '&Don'#39't Split' ModalResult = 2 TabOrder = 2 end end